Windows Registry Editor Version 5.00

;==================================================================== 
; Text Files                                           (TxtFiles.Reg)
;==================================================================== 

;==================================================================== 
; Dot-Txt
;==================================================================== 

[HKEY_CLASSES_ROOT\.txt]
@="txtfile"
"Content Type"="text/plain"
"PerceivedType"="text"

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.txt]
@="txtfile"
"Content Type"="text/plain"
"PerceivedType"="text"

;===========================

[HKEY_CLASSES_ROOT\.txt\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.txt\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

;===========================

[HKEY_CLASSES_ROOT\.txt\ShellNew]
;"ItemName"=REG_EXPAND_SZ:"@%SystemRoot%\system32\notepad.exe,-470"
"ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
2d,00,34,00,37,00,30,00,00,00
"NullFile"=""

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.txt\ShellNew]
;"ItemName"=REG_EXPAND_SZ:"@%SystemRoot%\system32\notepad.exe,-470"
"ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
2d,00,34,00,37,00,30,00,00,00
"NullFile"=""

;==================================================================== 
; TxtFile
;==================================================================== 

[HKEY_CLASSES_ROOT\txtfile]
@="Text Document"
"AlwaysShowExt"=""
"EditFlags"=dword:00010000
"FriendlyTypeName"="Text Document {*.Txt}"

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile]
@="Text Document"
"AlwaysShowExt"=""
"EditFlags"=dword:00010000
"FriendlyTypeName"="Text Document {*.Txt}"

;==================================================================== 

[HKEY_CLASSES_ROOT\txtfile\shell]
@="edit"

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell]
@="edit"

;==================================================================== 

[HKEY_CLASSES_ROOT\txtfile\shell\edit]
@="Edit with &WordPad"

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell\edit]
@="Edit with &WordPad"

;===========================

[HKEY_CLASSES_ROOT\txtfile\shell\edit\command]
;@=REG_EXPAND_SZ:"\"%ProgramFiles%\\Windows NT\\Accessories\\WORDPAD.EXE\" \"%1\""
@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
  00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\
  4e,00,54,00,5c,00,41,00,63,00,63,00,65,00,73,00,73,00,6f,00,72,00,69,00,65,\
  00,73,00,5c,00,57,00,4f,00,52,00,44,00,50,00,41,00,44,00,2e,00,45,00,58,00,\
  45,00,22,00,20,00,22,00,25,00,31,00,22,00,00,00

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell\edit\command]
;@=REG_EXPAND_SZ:"%SystemRoot%\\system32\\NOTEPAD.EXE %1"; Originally
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\
  54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
  00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell\edit\command]
;@=REG_EXPAND_SZ:"\"%ProgramFiles%\\Windows NT\\Accessories\\WORDPAD.EXE\" \"%1\""; Currently
@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
  00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\
  4e,00,54,00,5c,00,41,00,63,00,63,00,65,00,73,00,73,00,6f,00,72,00,69,00,65,\
  00,73,00,5c,00,57,00,4f,00,52,00,44,00,50,00,41,00,44,00,2e,00,45,00,58,00,\
  45,00,22,00,20,00,22,00,25,00,31,00,22,00,00,00

;==================================================================== 
; WordPad Alternative Locations:
;-------------------------------------------------------------------- 
; @="\"C:\\Program Files\\Windows NT\\Accessories\\WordPad.exe\" \"%1\""
; @="\"C:\\Program Files (x86)\\Windows NT\\Accessories\\WordPad.exe\" \"%1\""
;==================================================================== 

[HKEY_CLASSES_ROOT\txtfile\shell\open]
@="Edit with &NotePad"

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell\open]
@="Edit with &NotePad"

;===========================

[HKEY_CLASSES_ROOT\txtfile\shell\open\command]
;@=REG_EXPAND_SZ:"%SystemRoot%\system32\NOTEPAD.EXE %1"
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\
54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
00

;---------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell\open\command]
;@=REG_EXPAND_SZ:"%SystemRoot%\system32\NOTEPAD.EXE %1"
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\
54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
00

;==================================================================== 
; NotePad Alternative Locations:
;-------------------------------------------------------------------- 
; @="NotePad.exe \"%1\""
; @="C:\\Windows\\NotePad.exe \"%1\""
; @="C:\\Windows\\system32\\NotePad.exe \"%1\""
; @="C:\\Windows\\sysWOW64\\NotePad.exe \"%1\""
;==================================================================== 

